<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex &gt; * {
  flex: auto;
  text-align: center;
}

/**************************PUBLIC***************************/
body {
  font-size: 16px;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
  background: #fff;
  color: #231F20;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #525252;
}

/**************************body***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

#contact {
  display: none;
}

#contact-p {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -73.5px;
  z-index: 9999;
}

#contact-p div {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  position: relative;
}

#contact-p div a {
  color: #FFFFFF;
  display: block;
  background: #1da4e4;
  transition: 0.35s;
  position: absolute;
  left: 0;
  width: 170px;
  height: 44px;
  line-height: 44px;
}

#contact-p div a:hover {
  left: -110px;
}

#contact-p div a i {
  float: left;
  font-size: 28px;
  padding: 0 8px;
}

#contact-p div a span {
  display: block;
  float: left;
}

#contact-p div img {
  width: 150px;
  display: none;
  position: absolute;
  left: -110px;
  bottom: -150px;
}

#contact-p div:hover img {
  display: block;
}

#contact-p .gototop {
  display: none;
}

/**************************公共***************************/
.head {
  margin: 15px 0 20px 0;
}

.head .col-md-3 img {
  margin-left: -20px;
  margin-top: -5px;
}

.head p {
  color: #0095dc;
  text-align: center;
  font-weight: bold;
}

.head .col-md-5 {
  padding-top: 30px;
}

.head .col-md-5 p {
  color: #2A2A42;
  padding-left: 40px;
  font-size: 18px;
}

.head .col-md-5 p span {
  color: #0095dc;
}

.head .col-md-4:last-child {
  text-align: right;
  padding-top: 13px;
}

.head .col-md-4:last-child span {
  font-weight: bold;
  margin-right: 20px;
  font-size: 18px;
  margin-left: 10px;
  color: #0095dc;
  font-weight: bold;
}

.nav-box {
  width: 100%;
  height: 50px;
  background: #0095dc;
  position: relative;
}

.nav-box nav {
  position: relative;
  width: 100%;
}

.nav-box .flex {
  display: flex;
}

.nav-box .flex .active {
  background: #000;
}

.nav-box .flex li {
  flex: auto;
  height: 50px;
  position: relative;
}

.nav-box .flex li:hover {
  background: #000;
}

.nav-box .flex li:hover ul {
  display: block;
  transition: 1s;
}

.nav-box .flex li a {
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  display: block;
}

/**************************head***************************/
.title {
  margin-bottom: 2.5em;
}

.title h4, .title p {
  text-align: center;
}

.title h4 {
  color: #0095dc;
  padding-bottom: 5px;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

.title p {
  font-size: 18px;
  color: #999;
  margin-top: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.hkhy-1, .hkhy-2, .hkhy-3, .hkhy-4, .hkhy-5, .hkhy-6, .hkhy-7 {
  padding: 40px 0;
}

.hkhy-1:hover .title h4::after, .hkhy-2:hover .title h4::after, .hkhy-3:hover .title h4::after, .hkhy-4:hover .title h4::after, .hkhy-5:hover .title h4::after, .hkhy-6:hover .title h4::after, .hkhy-7:hover .title h4::after {
  width: 100%;
  left: 0;
}

.abcd {
  padding: 40px 0;
}

.abcd a {
  display: block;
}

.abcd img {
  width: 100%;
}

.abcd p {
  border: 1px solid #d2d2d2;
  text-align: center;
  font-size: 14px;
  line-height: 41px;
}

.hkhy-2 .col-xs-4 div {
  background: #f4f4f4;
  padding: 40px 20px;
}

.hkhy-2 .col-xs-4 div img {
  margin: auto;
  display: block;
}

.hkhy-2 .col-xs-4 div span {
  text-align: center;
  display: block;
}

.hkhy-2 .col-xs-4 div span i {
  font-size: 40px;
  color: #0095dc;
}

.hkhy-2 .col-xs-4 div p {
  text-align: center;
}

.hkhy-2 .col-xs-4 div p:nth-child(2) {
  margin: 10px 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #737373;
}

.hkhy-2 .col-xs-4 div p:nth-child(3) {
  color: #979797;
  line-height: 30px;
  font-size: 14px;
}

.hkhy-3 {
  background: url(../img/xinwenzixun1.jpg) no-repeat;
}

.hkhy-3 img {
  display: block;
  margin: auto;
}

.hkhy-3 .col-md-6 {
  padding: 0;
}

.hkhy-3 .col-md-6 p {
  line-height: 32px;
  margin-top: -10px;
  margin-bottom: 0;
}

.hkhy-4 {
  background: #f8f8f8;
}

.hkhy-4 .news_content .col-md-4 {
  margin-bottom: 20px;
}

.hkhy-4 .news_content .col-md-4 .bd {
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 0 15px #ddd;
}

.hkhy-4 .news_content .col-md-4 .col-md-5 {
  padding: 0;
  text-align: center;
}

.hkhy-4 .news_content .col-md-4 .col-md-5 i {
  margin-top: 30px;
  font-size: 60px;
  display: block;
  color: #0095dc;
}

.hkhy-4 .news_content .col-md-4 .col-md-7 {
  padding: 0;
}

.hkhy-4 .news_content .col-md-4 .col-md-7 .tit a {
  color: #0095dc;
  font-size: 18px;
}

.hkhy-4 .news_content .col-md-4 .col-md-7 li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
}

.hkhy-4 .news_content .col-md-4 .col-md-7 a {
  font-size: 14px;
}

.liuyan form {
  background: #fff;
  padding: 5em 5em 8em 5em;
}

.liuyan form .form-group {
  margin-bottom: 30px;
}

.liuyan form input, .liuyan form .form-control {
  border-radius: 0 !important;
}

.liuyan form h3 {
  text-align: center;
  color: #0095dc;
  font-weight: bold;
  margin-bottom: 15px;
}

.liuyan form p {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 15px;
  color: #aaa;
}

.liuyan form .neirong {
  padding-top: 15px;
}

.liuyan form label {
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
  width: 30%;
  color: #585858;
  font-weight: normal;
}

.liuyan form .form-group {
  width: 50%;
  float: left;
}

.liuyan form .form-control {
  width: 68%;
  float: right;
  display: inline-block;
}

.liuyan form button {
  background: #0095dc;
  color: #fff;
  padding: 10px 40px;
  font-size: 16px;
  border-radius: 0;
  float: right;
  margin-right: 10px;
}

.liuyan form button:hover {
  background: #c40000;
  color: #fff;
}

.news_content .col-xs-6 {
  margin-bottom: 20px;
}

.news_content .col-xs-6 img {
  margin: auto;
  display: block;
  vertical-align: middle;
}

.news_content .col-xs-6 .bd {
  border: 1px solid #ccc;
  padding: 10px;
}

.news_content .col-xs-6 .col-md-5 {
  padding: 0;
  text-align: center;
}

.news_content .col-xs-6 .col-md-5 i {
  margin-top: 30px;
  font-size: 60px;
  display: block;
  color: #0095dc;
}

.news_content .col-xs-6 .col-md-7 {
  padding: 0;
}

.news_content .col-xs-6 .col-md-7 .tit a {
  color: #0095dc;
  font-size: 18px;
}

.news_content .col-xs-6 .col-md-7 li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 40px;
}

.news_content .col-xs-6 .col-md-7 a {
  font-size: 14px;
}

.hkhy-5 {
  background: #f8f8f8;
}

.hkhy-5 .tit {
  background: #f4f4f4;
  line-height: 35px;
}

.hkhy-5 .tit p {
  background: url(../img/p.jpg) no-repeat 3px 13px;
  padding-left: 10px;
  margin-bottom: 0;
}

.hkhy-5 .cons {
  background: #fff;
  padding: 10px;
}

.hkhy-5 .cons li {
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hkhy-5 .cons li a {
  font-size: 14px;
}

.hkhy-5 .col-md-4 &gt; div {
  border: 1px solid #ccc;
}

.page2 strong {
  color: #0095dc !important;
}

.nt111 .col-md-5 {
  padding: 0;
  text-align: right;
}

.nt111 .col-md-5 img {
  margin-right: 10px;
  width: 100%;
}

.nt111 img {
  width: 100%;
}

.nt111 img:last-child {
  margin-bottom: 20px;
}

.nt111 .col-md-7 h4 {
  font-weight: bold;
  color: #333;
  line-height: 28px;
  margin-top: 0;
}

.nt111 .col-md-7 p {
  font-size: 14px;
}

.nt111 .col-md-7 p:nth-child(2) {
  line-height: 30px;
  background: #f1f1f1;
  padding: 10px;
}

.nt111 .col-md-7 p span {
  color: #0095dc;
  font-size: 22px;
  font-weight: bold;
}

.foot {
  padding-top: 1em;
  background: #525252;
  color: rgba(255, 255, 255, 0.8);
}

.foot form input, .foot form .form-control {
  background: #444;
  border: #444;
  width: 100%;
  color: #fff;
}

.foot form button {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: rgba(255, 255, 255, 0.1) 1px solid;
  width: 100%;
  margin-bottom: 20px;
}

.foot .form-group {
  margin-bottom: 10px;
}

.foot .foot_left {
  clear: both;
}

.foot .col-md-2 {
  padding: 0;
}

.foot img {
  display: inline-block;
  margin-top: 30px;
  width: 100px;
  height: 100px;
}

.foot img:first-child {
  margin-left: 10px;
}

.foot .link {
  font-size: 14px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.foot .link a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-right: 10px;
}

.foot p {
  line-height: 28px;
  font-size: 14px;
}

.foot .foot-cop {
  clear: both;
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.foot-ft {
  text-align: center;
}

.foot-ft p {
  display: inline-block !important;
  margin-right: 20px;
  font-size: 14px;
}

.foot-ft p a {
  text-align: none;
  color: rgba(255, 255, 255, 0.8);
}

.add {
  background: #1da4e4;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 14px;
}

.add a {
  color: #fff;
  font-size: 14px;
}

.add i {
  font-size: 18px;
  margin: auto 5px;
}

.main {
  padding: 3em 0;
}

.main .info {
  font-size: 14px;
}

.main .info p, .main .info li {
  font-size: 14px;
  line-height: 32px;
}

.main .newss p {
  margin: 0;
  text-indent: 2em;
}

.gywm-c {
  padding-top: 3em;
}

.gywm-c .g-1 {
  padding: 20px 10px;
  background-color: #f9f9f9;
}

.gywm-c .g-1 p {
  font-size: 14px;
  color: #333;
}

.gywm-c .col-md-6 {
  padding: 16px 0;
}

.gywm-c .col-md-10 {
  padding: 5px;
}

.gywm-c .tit {
  margin-bottom: 20px;
}

.gywm-c .tit h4 {
  margin-top: 0;
  font-size: 22px;
  letter-spacing: 1px;
}

.gywm-c .tit p {
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  line-height: 140%;
}

.gywm-c .ssa {
  padding: 0;
}

.gywm-c .ssa img {
  height: 248px;
  background-size: cover;
  margin-top: -30px;
}

.news_content1 li {
  border-bottom: #ececec 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.news_content1 li h4 {
  line-height: 20px;
  color: #333;
  font-size: 16px;
}

.news_content1 li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  font-size: 12px;
  color: #949393;
  margin-bottom: 0;
}

.news_content1 li:hover h4 {
  color: #0095dc;
}

.left .xglj {
  margin-top: 50px;
}

.left .active2 {
  margin-bottom: 50px;
}

.left ul {
  padding: 0;
  margin: 0;
}

.left ul h3 {
  font-size: 12px;
  margin: 0;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}

.left ul .active a {
  color: #1da4e4;
}

.left ul .active1 {
  background: #1da4e4;
}

.left ul .active1 a {
  font-size: 16px;
  color: #fff;
}

.left ul li {
  border-left: 2px solid #1da4e4;
  border-right: 2px solid #1da4e4;
  background: #fff;
  text-align: center;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #ddd;
}

.left ul li:hover:first-child a {
  color: #fff;
}

.left ul li:hover a {
  color: #1da4e4;
}

.left ul li:first-child {
  border-radius: 3px 3px 0 0;
}

.left ul li:last-child {
  border-radius: 0 0 3px 3px;
}

.left ul li a {
  display: block;
  color: #000;
}

.left ul li:last-child {
  border-bottom: 2px solid #1da4e4;
}

.qgjc .active {
  background: #0095dc;
}

.qgjc .active a {
  color: #fff;
}

.qgjc .clearfix {
  margin-bottom: 20px;
}

.qgjc li {
  float: left;
  width: 11%;
  text-align: center;
  margin: .5%;
  border: #CCC 1px solid;
  line-height: 30px;
  border-radius: 3px;
}

.qgjc li a {
  font-size: 12px;
  display: block;
}

.qgjc li:hover {
  background: #0095dc;
}

.qgjc li:hover a {
  color: #fff;
}

.cp-tp {
  padding: 0;
}

.pr-cp a {
  display: block;
  overflow: hidden;
}

.pr-cp:hover img {
  transform: scale(1.1);
}

.pr-cp:hover p {
  color: #0095dc;
}

.pr-cp img {
  transition: .35s;
  border-radius: 3px;
}

.pr-cp p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
}

.new-co p {
  margin: 0;
  line-height: 32px;
  font-size: 14px;
}

.banner img {
  width: 100%;
}

/**************************foot***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page .active span {
  color: #fff !important;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

.page span:first-child, .page a:first-child {
  border: 0;
  margin: 0 5px;
  padding: 3px 10px;
  display: block;
  border-radius: 2px !important;
}

/**************************left内页***************************/
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
  p,
  span,
  a {
    font-size: 12px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h1,
  h2,
  h4 {
    font-size: 14px !important;
    font-weight: bold;
  }
  .row {
    margin: auto 0;
  }
  /**************************公共***************************/
  #contact-p {
    display: none !important;
  }
  .head img {
    margin: auto !important;
    display: block;
  }
  .news_content dl dd h4 {
    height: 17px;
  }
  .hkhy-3 img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .right img {
    width: 100%;
  }
  .hkhy-1 img {
    width: 100%;
  }
  .hkhy-2 .col-xs-4 div {
    padding: 10px;
  }
  .hkhy-5 .col-md-4 {
    margin-bottom: 10px;
  }
  #allmap {
    width: 100% !important;
  }
  .gywm-c img {
    width: auto;
    margin-bottom: 20px;
  }
  .abcd p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #contact {
    display: block !important;
    display: table;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #1da4e4;
  }
  #contact &gt; a {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  #contact &gt; a:last-child {
    border-right: 0;
  }
  #contact div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #contact div &gt; a {
    color: #FFFFFF;
  }
  #contact div ul {
    min-width: 100px;
    padding: 10px;
  }
  #contact div ul li a {
    padding: 5px 15px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
  }
  #contact div ul li:last-child a {
    border-bottom: 0;
  }
}
</pre></body></html>